home *** CD-ROM | disk | FTP | other *** search
/ Corel Draw 9 / CorelDraw9 Disco 1.iso / Draw / Cont_rel / Rellenos / Degradado / Radial / forest.csc < prev    next >
Encoding:
Text File  |  1998-11-24  |  535 b   |  19 lines

  1. REM Favorite : Fill
  2.  
  3. WITHOBJECT "CorelDraw.Automation.9"
  4.     .StartOfRecording 
  5.     .SuppressPainting 
  6.     .RecorderStorePreselectedObjects FALSE
  7.     .RecorderSelectObjectByIndex TRUE, 1
  8.     .StoreColor 5, 0, 154, 93, 0, 0, 0, 100,  0
  9.     .StoreColor 5, 91, 206, 98, 0, 0, 0, 100,  30
  10.     .StoreColor 5, 143, 255, 154, 0, 0, 0, 100,  65
  11.     .StoreColor 5, 207, 255, 213, 0, 0, 0, 100,  87
  12.     .StoreColor 5, 255, 255, 255, 0, 0, 0, 100,  100
  13.     .ApplyFountainFill 1, -23, 17, 0, 256, 0, 3, 50
  14.     .ResumePainting 
  15.     .EndOfRecording 
  16. END WITHOBJECT
  17.  
  18.  
  19.